home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / pants / intro.dxr / 00105_quitting scripts.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  300 b   |  14 lines

  1. on quitPants
  2.   global gvQuitSprite
  3.   set the castNum of sprite gvQuitSprite to the number of cast "StopHI"
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite gvQuitSprite to the number of cast "Stop"
  9.   go(label("King Waves"))
  10. end
  11.  
  12. on quitPantsNow
  13. end
  14.